GdkTexture: Add a missing (array) annotation
authorTimm Bäder <mail@baedert.org>
Tue, 2 Jan 2018 17:55:55 +0000 (18:55 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 2 Jan 2018 17:56:19 +0000 (18:56 +0100)
gdk/gdktexture.c

index 09a06fa2485b1221436317899fc027d5d360f660..936b5c76411ba28a7acc39522436fff8fa3946cb 100644 (file)
@@ -577,7 +577,7 @@ gdk_texture_download_surface (GdkTexture *texture)
 /**
  * gdk_texture_download:
  * @texture: a #GdkTexture
- * @data: pointer to enough memory to be filled with the
+ * @data: (array): pointer to enough memory to be filled with the
  *     downloaded data of @texture
  * @stride: rowstride in bytes
  *